const crypto/x509.nameTypeURI

4 uses

	crypto/x509 (current package)
		parser.go#L388: 		case nameTypeURI:
		verify.go#L638: 				case nameTypeURI:
		x509.go#L970: 	nameTypeURI   = 6
		x509.go#L1079: 		rawValues = append(rawValues, asn1.RawValue{Tag: nameTypeURI, Class: 2, Bytes: []byte(uriStr)})